var runtime.xRegAlloc

9 uses

	runtime (current package)
		preempt_xreg.go#L57: var xRegAlloc struct {
		preempt_xreg.go#L63: 	lockInit(&xRegAlloc.lock, lockRankXRegAlloc)
		preempt_xreg.go#L64: 	xRegAlloc.alloc.init(unsafe.Sizeof(xRegState{}), nil, nil, &memstats.other_sys)
		preempt_xreg.go#L87: 		lock(&xRegAlloc.lock)
		preempt_xreg.go#L88: 		dest = (*xRegState)(xRegAlloc.alloc.alloc())
		preempt_xreg.go#L89: 		unlock(&xRegAlloc.lock)
		preempt_xreg.go#L132: 		lock(&xRegAlloc.lock)
		preempt_xreg.go#L133: 		xRegAlloc.alloc.free(unsafe.Pointer(xRegs.cache))
		preempt_xreg.go#L135: 		unlock(&xRegAlloc.lock)